home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / Becher Tycoon / BecherTycoon.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  2006-08-31  |  5KB  |  245 lines

  1. object frmMain: TfrmMain
  2.   Left = 811
  3.   Top = 317
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'Becher Tycoon - Setup'
  7.   ClientHeight = 367
  8.   ClientWidth = 202
  9.   Color = 14523543
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblResolution: TLabel
  23.     Left = 16
  24.     Top = 120
  25.     Width = 65
  26.     Height = 13
  27.     Caption = 'Resolution:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object lblLanguage: TLabel
  36.     Left = 16
  37.     Top = 240
  38.     Width = 61
  39.     Height = 13
  40.     Caption = 'Language:'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object imgLogo: TImage
  49.     Left = 8
  50.     Top = 32
  51.     Width = 187
  52.     Height = 87
  53.     Picture.Data = {<image000.jpg>}
  54.   end
  55.   object imgPlay: TImage
  56.     Left = 24
  57.     Top = 272
  58.     Width = 64
  59.     Height = 64
  60.     Cursor = crHandPoint
  61.     Hint = 'Play'
  62.     ParentShowHint = False
  63.     Picture.Data = {<image001.jpg>}
  64.     ShowHint = True
  65.     OnClick = imgPlayClick
  66.   end
  67.   object imgExit: TImage
  68.     Left = 112
  69.     Top = 272
  70.     Width = 64
  71.     Height = 64
  72.     Cursor = crHandPoint
  73.     Hint = 'Exit'
  74.     ParentShowHint = False
  75.     Picture.Data = {<image002.bmp>}
  76.     ShowHint = True
  77.     OnClick = imgExitClick
  78.   end
  79.   object imgBecher: TImage
  80.     Left = 144
  81.     Top = 168
  82.     Width = 50
  83.     Height = 69
  84.     Picture.Data = {<image003.jpg>}
  85.     Stretch = True
  86.   end
  87.   object Image1: TImage
  88.     Left = 0
  89.     Top = 0
  90.     Width = 202
  91.     Height = 30
  92.     Align = alTop
  93.     Picture.Data = {<image004.jpg>}
  94.     Stretch = True
  95.   end
  96.   object lblPlay: TLabel
  97.     Left = 24
  98.     Top = 344
  99.     Width = 65
  100.     Height = 13
  101.     Alignment = taCenter
  102.     AutoSize = False
  103.     Caption = 'Play'
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.   end
  111.   object lblExit: TLabel
  112.     Left = 112
  113.     Top = 344
  114.     Width = 65
  115.     Height = 13
  116.     Alignment = taCenter
  117.     AutoSize = False
  118.     Caption = 'Exit'
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object lblDetails: TLabel
  127.     Left = 16
  128.     Top = 144
  129.     Width = 44
  130.     Height = 13
  131.     Caption = 'Details:'
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsBold]
  137.     ParentFont = False
  138.   end
  139.   object comboResolution: TComboBox
  140.     Left = 104
  141.     Top = 118
  142.     Width = 81
  143.     Height = 21
  144.     BevelInner = bvLowered
  145.     BevelKind = bkFlat
  146.     Style = csDropDownList
  147.     ItemHeight = 13
  148.     ItemIndex = 2
  149.     TabOrder = 0
  150.     Text = '1024x768'
  151.     Items.Strings = (
  152.       '640x480'
  153.       '800x600'
  154.       '1024x768'
  155.       '1280x1024'
  156.       '1600x1200'
  157.       '1920x1440'
  158.       '2048x1536')
  159.   end
  160.   object checkFullScreen: TCheckBox
  161.     Left = 16
  162.     Top = 168
  163.     Width = 121
  164.     Height = 17
  165.     Caption = 'Fullscreen'
  166.     Checked = True
  167.     Ctl3D = False
  168.     Font.Charset = DEFAULT_CHARSET
  169.     Font.Color = clWindowText
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = [fsBold]
  173.     ParentCtl3D = False
  174.     ParentFont = False
  175.     State = cbChecked
  176.     TabOrder = 1
  177.   end
  178.   object checkMusic: TCheckBox
  179.     Left = 16
  180.     Top = 192
  181.     Width = 121
  182.     Height = 17
  183.     Caption = 'Music'
  184.     Checked = True
  185.     Font.Charset = DEFAULT_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'MS Sans Serif'
  189.     Font.Style = [fsBold]
  190.     ParentFont = False
  191.     State = cbChecked
  192.     TabOrder = 2
  193.   end
  194.   object comboLanguage: TComboBox
  195.     Left = 104
  196.     Top = 238
  197.     Width = 81
  198.     Height = 21
  199.     BevelInner = bvLowered
  200.     BevelKind = bkFlat
  201.     Style = csDropDownList
  202.     ItemHeight = 13
  203.     ItemIndex = 0
  204.     TabOrder = 3
  205.     Text = 'English'
  206.     OnChange = comboLanguageChange
  207.     Items.Strings = (
  208.       'English'
  209.       'Cesky')
  210.   end
  211.   object checkSounds: TCheckBox
  212.     Left = 16
  213.     Top = 216
  214.     Width = 121
  215.     Height = 17
  216.     Caption = 'Sounds'
  217.     Checked = True
  218.     Font.Charset = DEFAULT_CHARSET
  219.     Font.Color = clWindowText
  220.     Font.Height = -11
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = [fsBold]
  223.     ParentFont = False
  224.     State = cbChecked
  225.     TabOrder = 4
  226.   end
  227.   object comboDetails: TComboBox
  228.     Left = 104
  229.     Top = 142
  230.     Width = 81
  231.     Height = 21
  232.     BevelInner = bvLowered
  233.     BevelKind = bkFlat
  234.     Style = csDropDownList
  235.     ItemHeight = 13
  236.     ItemIndex = 2
  237.     TabOrder = 5
  238.     Text = 'High'
  239.     Items.Strings = (
  240.       'Low'
  241.       'Medium'
  242.       'High')
  243.   end
  244. end
  245.